#imageContainer {
	height:250px; 
	width:400px;
	overflow:hidden
}

#imageContainer img {
	display:none;
	position:absolute;
	top:10; left:10;
	height:260px;
	width:410px;
	overflow:hidden
}

